[Subcontracting] Disable "WIP Item Transfer" for Machine Center#8747
Open
SPinkow wants to merge 2 commits into
Open
[Subcontracting] Disable "WIP Item Transfer" for Machine Center#8747SPinkow wants to merge 2 commits into
SPinkow wants to merge 2 commits into
Conversation
Contributor
|
Could not find linked issues in the pull request description. Please make sure the pull request description contains a line that contains 'Fixes #' followed by the issue number being fixed. Use that pattern for every issue you want to link. |
PredragMaricic
approved these changes
Jun 23, 2026
PredragMaricic
approved these changes
Jun 23, 2026
ChethanT
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
This pull request introduces stricter validation and improved UI logic for the "Transfer WIP Item" field on routing lines, ensuring that this field is only enabled and valid for "Work Center" type routing lines with subcontracting enabled. It also adds comprehensive automated UI and validation tests to guarantee correct behavior, and refactors some test utilities for better coverage and maintainability.
Validation and UI logic improvements:
Subc. PO Subformpage extension.Automated test coverage:
Subc. Subcontracting UI Testto verify that the "Transfer WIP Item" field is only enabled for eligible Work Center lines and not for Machine Center lines, and that validation fails if incorrectly set.Test utility enhancements:
CreateRoutingLineForMachineCenterhelper in the manufacturing management test library to streamline test setup for Machine Center routing lines, and madeCreateRoutingLinepublic for broader utility. [1] [2]Linked work
Fixes AB#640173
How I validated this
What I tested and the outcome (required — be specific: scenarios, commands, screenshots for UI changes)
Added Tests and do a manual validation in client
Risk & compatibility
None